body{
    color: #fff;
}

.nav-link{
    color:hsl(0, 0%, 100%) !important;
}

.text-link{
    text-decoration: none;
    color:black;
}

.text-link:active{
    text-decoration: none;
    color:black;
}

.text-link:after{
    text-decoration: none;
    color:black;
}

.text-link::before{
    text-decoration: none;
    color:black;
}

.btn-primary{
    color:#fff;
    background-color:#333 !important;
    border: 1px solid #333 !important;
}

.btn-outline-secondary{
    color: #c44d69 !important; 
    border: 1px solid #c44d69 !important;
}

.btn-outline-secondary:hover{
    color: #fff !important; 
    border: 1px solid #c44d69 !important;
    background-color: #c44d69 !important;;
}

.section-header-left > h2{
    text-align: left;
}

.section-header-right > h2{
    text-align: right;
}

.section-text-right-button{
    text-align: right;
}

.section-header-left > p{
    text-align: left;
}

.section-header-right > p{
    text-align: right;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .section-header-left > h2{
        text-align: left;
    }
    
    .section-header-right > h2{
        text-align: left;
    }
    .section-header-left > p{
        text-align: left;
    }
    
    .section-header-right > p{
        text-align: left;
    }

    .section-text-right-button{
        text-align: left;
    }
  }